Buffer.this

Creates a new source buffer using the highlighting patterns in language.

This is equivalent to creating a new source buffer with a new tag table and then calling [method@Buffer.set_language].

Parameters

language Language

a #GtkSourceLanguage.

Return Value

a new source buffer which will highlight text according to the highlighting patterns in language.

Throws

ConstructionException GTK+ fails to create the object.

Meta